ContainsKey Method

Summary
Determines whether the IDictionary contains an element with the specified key.
Syntax
C#
C++/CLI
public virtual bool ContainsKey( 
   TKey key 
) 
public: 
virtual bool ContainsKey(  
   TKey^ key 
)  

Parameters

key
The key to locate in the IDictionary.

Return Value

true if the IDictionary contains an element with the key; otherwise, false.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionkey is null.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.